You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > Tone Method > SignalUtils.Tone Method ([In] TVec, int, double, double, double, bool)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.Tone Method ([In] TVec, int, double, double, double, bool)

Generate a sine function.

Syntax
C#
Visual Basic
public static void Tone([In] TVec Dst, int SampleCount, double Freq, double Phase, double Mag, bool Complex);

Generate a single tone wave signal with frequency Freq, initial Phase and amplitude Mag. Set Complex to true to generate a complex signal. The routine is not stream capable.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!